projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb80240
)
(command-line): Don't suppress suffix search.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Oct 1997 03:54:19 +0000
(
03:54
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 11 Oct 1997 03:54:19 +0000
(
03:54
+0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index a1a824ae3da3ae3d0cd811fcee612114433a4c97..7f3639551dec5e1b003e984742e204b9088fd212 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-617,7
+617,7
@@
from being initialized."
"sys$login:.emacs")
(t
(concat "~" init-file-user "/.emacs"))))
- (load user-init-file t t
t
)
+ (load user-init-file t t)
(or inhibit-default-init
(let ((inhibit-startup-message nil))
;; Users are supposed to be told their rights.